home *** CD-ROM | disk | FTP | other *** search
/ Apple Developer Connection 1998 Fall: Game Toolkit / Disc.iso / Samples / Moofwars 1.02 / MoofWars Encoder / •Headers / PICTEncode.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-08-15  |  1.0 KB  |  35 lines  |  [TEXT/CWIE]

  1. /*************************************************************************************
  2. #
  3. # PICTEncode.h
  4.  
  5. #
  6. #    Author: Timothy Carroll
  7. #    Apple Developer Technical Support
  8. #    timc@apple.com
  9. #
  10. #    Modification History: 
  11. #
  12. #    8/15/96        TMC     Initial Release
  13. #
  14. #    Copyright © 1996 Apple Computer, Inc., All Rights Reserved
  15. #
  16. #
  17. #    You may incorporate this sample code into your applications without
  18. #    restriction, though the sample code has been provided "AS IS" and the
  19. #    responsibility for its operation is 100% yours.  However, what you are
  20. #    not permitted to do is to redistribute the source as "DSC Sample Code"
  21. #    after having made changes. If you're going to re-distribute the source,
  22. #    we require that you make it clear in the source that the code was
  23. #    descended from Apple Sample Code, but that you've made changes.
  24. #
  25. *************************************************************************************/
  26.  
  27.  
  28. #ifndef _PICTENCODE_
  29. #define _PICTENCODE_
  30.  
  31. #pragma once
  32. extern OSStatus PICTEncode (short inputFileResNum, short outputFileResNum);
  33.  
  34.  
  35. #endif // _PICTENCODE_